.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev {
	background: rgba(0, 0, 0, .3);
	padding: 12px 10px;
	border-radius: 5px;
}

.bannerSwiper .swiper-button-prev:after, .bannerSwiper .swiper-button-next:after {
	color: #fff;
}

.bannerSwiper .swiper-pagination-lock {
	display: block;
}

.bannerSwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #08934d;
	position: relative;
	right: 10px;
	display: inline-block !important;
}

.bannerSwiper .swiper-pagination-bullet-active:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #08934d;
	box-sizing: border-box;
	position: absolute;
	left: -4px;
	top: -4px;
	border-radius: 50%;
}

.sec1 {
	width: 80%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sec1 li {
	width: 25%;
	float: left;
	position: relative;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
	border-right: 1px dashed #dedede;
	color: #aaa;
}

.sec1 li:last-child {
	border: none
}

.sec1 li b {
	display: block;
	position: absolute;
	right: 8px;
	width: 80px;
	height: 80px;
	top: 5px;
}

.sec1 li strong {
	display: block;
	color: #333;
	margin-bottom: 5px;
	font-size: 40px;
}

.sec2 {
	/* background: url(../images/bg1.jpg) no-repeat;
	background-size: cover; */
	background: #f9f7f8;
	padding: 40px 0;
}

.sec2 .ul1 li {
	width: 16.66%;
	float: left;
	padding: 25px 15px 0px;
	box-sizing: border-box;
}

.sec2 .ul1 li a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	padding: 22px 0px 18px;
	border-radius: 10px;
	position: relative;
	text-align: center;
	font-size: 17px;
	background: rgba(255,255,255,.8);
	color: #333;
}

.sec2 .ul1 li a b {
	display: none;
	font-size: 30px;
	color: #555;
	opacity: 0.01;
	position: absolute;
	right: 8px;
	top: 8px;
	line-height: 1;
}

.sec2 .ul1 li a span {
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
	background: url(../images/icon01.png) no-repeat bottom center;
	background-size: 46px;
	margin: 0 auto 12px;
}

.sec2 .ul1 li:nth-child(2) a span {
	background-image: url(../images/icon02.png);
}

.sec2 .ul1 li:nth-child(3) a span {
	background-image: url(../images/icon03.png);
}

.sec2 .ul1 li:nth-child(4) a span {
	background-image: url(../images/icon04.png);
}

.sec2 .ul1 li:nth-child(5) a span {
	background-image: url(../images/icon05.png);
}

.sec2 .ul1 li:nth-child(6) a span {
	background-image: url(../images/icon06.png);
}

.sec2 .ul1 li:nth-child(7) a span {
	background-image: url(../images/icon07.png);
}

.sec2 .ul1 li:nth-child(8) a span {
	background-image: url(../images/icon08.png);
}

.sec2 .ul1 li:nth-child(9) a span {
	background-image: url(../images/icon09.png);
}

.sec2 .ul1 li:nth-child(10) a span {
	background-image: url(../images/icon10.png);
}

.sec2 .ul1 li:nth-child(11) a span {
	background-image: url(../images/icon11.png);
}

.sec2 .ul1 li:nth-child(12) a span {
	background-image: url(../images/icon12.png);
}

.sec2 .ul1 li:nth-child(13) a span {
	background-image: url(../images/icon13.png);
}

.sec2 .ul1 li:nth-child(14) a span {
	background-image: url(../images/icon14.png);
}

.sec2 .ul1 li:hover a {
	color: #fff;
	background: linear-gradient(to bottom, #2cad6c, #1c9659, #08934d);
}

.sec2 .ul1 li:hover a span {
	background-position: top center;
}

.sec2 .ul2 li {
	width: 25%;
	float: left;
	padding: 30px 15px 0;
	box-sizing: border-box;
}

.sec2 .ul2 li a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.sec2 .ul2 li a p {
	line-height: 50px;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fefefe;
	border-top: 1px solid #dadada;
}

.sec2 .ul2 li .pho {
	position: relative;
	overflow: hidden;
}

.sec2 .ul2 li .pho:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 9;
	transform: translateY(-120%);
	transition: 0.3s;
}

.sec2 .ul2 li .pho:before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/icon15.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 120%;
	transform: translate(-50%, -50%);
	z-index: 100;
	transition: 0.3s;
}

.sec2 .ul2 li:hover .pho:after {
	transform: translateY(0);
}

.sec2 .ul2 li:hover .pho:before {
	top: 50%;
}

.sec3 .swiper {
	padding: 70px 10px 80px;
}


.sec3 .swiper-slide a {
	display: block;
	background: #fff;
	padding: 20px 30px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sec3 .swiper-slide a .pho {
	width: 60%;
	float: left;
	margin-top: -60px;
}

.sec3 .swiper-slide a .text {
	width: 40%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}

.sec3 .swiper-slide a .text strong {
	font-size: 26px;
	color: #088847;
}

.sec3 .swiper-slide a .text h3 {
	font-size: 20px;
	margin: 8px 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec3 .swiper-slide a .text b {
	display: block;
	width: 100px;
	height: 4px;
	background: #08934d;
}

.sec3 .swiper-slide a .text p {
	font-size: 15px;
	line-height: 28px;
	margin: 8px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #555;
}

.sec3 .swiper-slide a .text span {
	display: block;
	width: 40px;
	height: 30px;
	border: 1px solid #dedede;
	background: url(../images/icon16.png) no-repeat center;
	background-size: 25px;
	float: right;
}

.sec3 .swiper-slide a:hover .text span {
	background: #08934d url(../images/icon17.png) no-repeat center;
	background-size: 25px;
	border-color: #08934d;
}

.sec3 .swiper-pagination-bullet {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0 8px !important;
}

.sec3 .swiper-pagination-bullet-active {
	background: #08934d;
}

.sec3 .swiper-pagination-bullet-active:after {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: -4px;
	top: -4px;
	border: 1px solid #08934d;
	border-radius: 50%;
	box-sizing: border-box;
}

.sec4 {
	background: url(../images/bg2.jpg) no-repeat right top;
	background-size: cover;
	margin-top: 40px;
}

.sec4 .pho {
	width: 50%;
}

.sec4 .text .title {
	position: absolute;
	right: 17%;
	top: 40px;
}

.sec4 .text {
	width: 50%;
	padding: 8% 8% 0 40px;
	box-sizing: border-box;
	position: relative;
}

.sec4 .text h3 {
	color: #545454;
	font-size: 34px;

}

.sec4 .text h3 span {
	color: #eb860d;
	display: inline-block;
	margin-left: 5px;
}

.sec4 .text h4 {
	font-size: 35px;
	color: #343434;
	margin: 12px 0 20px;
}

.sec4 .text .tex1 p {
	font-size: 16px;
	color: #555;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}

.sec4 .text li {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 30px 0;
}

.sec4 .text li span {
	display: block;
	width: 66px;
	margin: 0 auto 10px;
}

.sec4 .text a {
	display: block;
	width: 120px;
	line-height: 38px;
	background: #08934d;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.sec5 li {
	width: 25%;
	float: left;
	padding: 15px 18px;
	box-sizing: border-box;
}

.sec5 li a {
	display: block;
	background-color: #f6fbf9;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sec5 li .pho {
	position: relative;
}

.sec5 li .pho:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background: url(../images/icon23.png) no-repeat center;
	background-size: cover;
	transform: translate(-50%, -50%);
}

.sec5 li a .text {
	padding: 20px;
}

.sec5 li a .text p {
	font-size: 14px;
	color: #adadad;
}

.sec5 li a .text h3 {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 20px;
	color: #444;
}

.sec5 li a .text span {
	display: block;
	width: 80px;
	line-height: 30px;
	text-align: center;
	border-radius: 16px;
	color: #fff;
	background: #08934d;
}

.sec5 li a .text span img {
	width: 20px;
	margin-right: 3px;
}

.sec6 {
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
	padding: 40px 0;
}

.sec6 .list {
	text-align: center;
}

.sec6 .list li {
	display: inline-block;
	margin: 20px 10px 0;
}

.sec6 .list li a {
	display: block;
	width: 140px;
	line-height: 38px;
	border-radius: 19px;
	background: #08934d;
	color: #fff;
	text-align: center;
	font-size: 17px;
}

.sec6 .list li.on a {
	background: #eb860d;
	color: #fff;
}

.sec6 .fl {
	width: 56%;
}

.sec6 .fl .box {
	width: 50%;
	float: left;
	padding: 30px 15px 0;
	box-sizing: border-box;
}

.sec6 .fl .box a {
	display: block;
	padding: 30px;
	background: rgba(255, 255, 255, .5);
}

.sec6 .fl .box a b {
	font-size: 14px;
	color: #999;
	display: block;
	background: url(../images/icon25.png) no-repeat left center;
	background-size: 24px;
	padding-left: 30px;
}

.sec6 .fl .box a h3 {
	font-size: 18px;
	margin: 10px 0 0px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec6 .fl .box a p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec6 .fl .box a span {
	display: block;
	width: 120px;
	background: #08934d;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin: 20px 0 30px;
}

.sec6 .fr {
	width: 44%;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.sec6 .fr dl {
	background: rgba(255, 255, 255, .5);
	margin-top: 30px;
	overflow: hidden;
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-radius: 6px;
}

.sec6 .fr dl a {
	display: block;
}

.sec6 .fr dl dd a {
	padding: 14px 20px;
}

.sec6 .fr dl dt {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px dashed #c6ceca;
}

.sec6 .fr dl dt strong {
	display: block;
	font-size: 34px;
	color: #08934d;
}

.sec6 .fr dl dt span {
	display: block;
	font-size: 20px;
}

.sec6 .fr dl dd {
	width: 80%;
	display: table-cell;
	vertical-align: middle;
}

.sec6 .fr dl dd h3 {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	padding-left: 25px;
	position: relative;
}

.sec6 .fr dl dd h3::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icon24.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 3px;
}

.sec6 .fr dl dd p {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	margin-top: 10px;

}

.sec7 li {
	width: 25%;
	float: left;
	padding: 30px 20px;
	box-sizing: border-box;
}

.sec7 li p {
	line-height: 52px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f6fbf9;
	color: #333;
	text-align: center;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec3 .swiper {
		padding: 60px 10px;
	}

	.sec3 .swiper-slide a .pho {
		margin-top: -40px;
	}

	.sec3 .swiper-slide a .text {
		padding-left: 22px;
	}

	.sec4 .text {
		padding: 5% 6% 0 30px;
	}

	.sec6 .list {
		margin-bottom: 10px;
	}

	.sec6 .fl .box {
		padding-top: 20px;
	}

	.sec6 .fr dl {
		margin-top: 20px;
	}

	.sec6 .fr dl dd a {
		padding: 13px 18px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1530px) {
	.sec3 .swiper-slide a .pho {
		margin-top: 0px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.container {
		width: 90%;
	}

	.sec1 {
		width: 86%;
	}

	.sec2 .ul1 li {
		padding: 20px 10px 0;
	}

	.sec2 .ul1 li a {
		border-radius: 8px;
		padding: 18px 0;
		font-size: 16px;
	}

	.sec2 .ul2 li {
		padding: 25px 10px 0;
	}

	.sec4 .text {
		padding-top: 4%;
	}

	.sec4 .text h3 {
		font-size: 28px;
	}

	.sec4 .text h4 {
		font-size: 30px;
	}

	.sec4 .text li {
		margin: 24px 0;
	}

	.sec4 .text .tex1 p {
		-webkit-line-clamp: 4
	}

	.sec6 .fr dl dd p {
		margin-top: 6px;
	}

	.sec6 .fr dl dd a {
		padding: 11px 18px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	.sec6 .fl .box {
		padding: 20px 10px 0;
	}

	.sec6 .fl .box a h3 {
		height: 30px;
		-webkit-line-clamp: 1;
		font-size: 16px;
	}

	.sec6 .fl .box a p {
		font-size: 14px;
		line-height: 27px;
		margin-top: 8px;
	}

	.sec6 .fl .box a span {
		margin: 12px 0;
		width: 100px;
		line-height: 30px;
	}

	.sec6 .fl .box a {
		padding: 21px;
	}

	.sec6 .fr dl dt {
		width: 24%;
	}

	.sec6 .fr dl dd {
		width: 76%;
	}

	.sec6 .fr dl:last-child {
		display: none;
	}

	.sec6 .fr {
		padding: 0 0 0 10px;
	}

	.sec6 .fr dl dd a {
		padding: 15px 16px;
	}

	.sec6 .fr dl dd h3 {
		font-size: 16px;
	}

	.sec6 .fr dl dt strong {
		font-size: 30px;
	}

	.sec6 .fr dl dd p {
		font-size: 14px;
	}

	.sec7 li {
		padding: 20px 14px;
	}
}


@media all and (min-width: 0) and (max-width: 767px) {
	.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev {
		padding: 0px 5px;
	}

	.bannerSwiper .swiper-button-prev:after, .bannerSwiper .swiper-button-next:after {
		font-size: 30px;
	}

	.sec1 {
		width: auto;
		margin: 20px 10px 0;
		border-radius: 8px;
		padding: 0px 0px;
	}

	.sec1 li {
		width: 50%;
		font-size: 14px;
		padding: 14px 10px;
		border-right: 1px dashed #dedede;
		border-bottom: 1px dashed #dedede;
	}

	.sec1 li:nth-child(even) {
		border-right: none
	}

	.sec1 li:nth-child(3), .sec1 li:nth-child(4) {
		border-bottom: none;
	}

	.sec1 li b {
		display: block;
		position: absolute;
		right: 0px;
		width: 60px;
		height: inherit;
		top: 15px;
	}

	.sec1 li strong {
		margin-bottom: 0px;
		font-size: 28px;
	}

	.sec2 {
		padding: 30px 0;
	}

	.sec2 .ul1 li {
		width: 50%;
		padding: 15px 10px 0px;
	}

	.sec2 .ul1 li a {
		padding: 14px 0px 10px;
		border-radius: 8px;
		font-size: 15px;
	}

	.sec2 .ul1 li a b {
		font-size: 25px;
		right: 5px;
		top: 5px;
	}

	.sec2 .ul1 li a span {
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

	.sec2 .ul2 li {
		width: 50%;
		padding: 24px 10px 0;
	}

	.sec2 .ul2 li a {
		border-radius: 8px;
	}

	.sec2 .ul2 li a p {
		line-height: 42px;
		font-size: 16px;
	}

	.sec2 .ul2 li .pho:after {
		display: none;
	}

	.sec2 .ul2 li .pho:before {
		display: none;
	}

	.sec3 .swiper {
		padding: 20px 20px 60px;
	}

	.sec3 .swiper-slide a {
		padding: 20px 20px;
	}

	.sec3 .swiper-slide a .pho {
		width: 100%;
		float: inherit;
		margin-top: 0px;
	}

	.sec3 .swiper-slide a .text {
		width: 100%;
		float: inherit;
		padding-left: 0px;
		padding-top: 20px;
	}

	.sec3 .swiper-slide a .text h3 {
		font-size: 16px;
		margin: 8px 0 14px;
	}

	.sec3 .swiper-slide a .text b {
		width: 80px;
	}

	.sec3 .swiper-slide a .text p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec4 {
		background: url(../images/bg2.jpg) no-repeat right top;
		background-size: cover;
		margin-top: 40px;
	}

	.sec4 .pho {
		width: 100%;
	}

	.sec4 .text .title {
		display: none;
	}

	.sec4 .text {
		width: 100%;
		padding: 30px 12px;
	}

	.sec4 .text h3 {
		font-size: 24px;

	}

	.sec4 .text h4 {
		font-size: 28px;
		margin: 8px 0 10px;
	}

	.sec4 .text .tex1 p {
		font-size: 15px;
		line-height: 28px;
	}

	.sec4 .text li {
		font-size: 15px;
		margin: 20px 0;
	}

	.sec4 .text li span {
		width: 56px;
	}

	.sec4 .text a {
		width: 110px;
		line-height: 34px;
		font-size: 15px;
		margin: 14px auto 0;
	}

	.sec5 li {
		width: 50%;
		padding: 10px;
	}

	.sec5 li .pho {
		position: relative;
	}

	.sec5 li .pho:after {
		width: 44px;
		height: 44px;
	}

	.sec5 li a .text {
		padding: 12px;
	}

	.sec5 li a .text p {
		font-size: 14px;
		color: #adadad;
	}

	.sec5 li a .text h3 {
		font-size: 16px;
		margin: 10px 0;
	}

	.sec5 li a .text span {
		width: 70px;
		line-height: 28px;
		border-radius: 14px;
	}

	.sec5 li a .text span img {
		width: 18px;
	}

	.sec6 {
		padding: 30px 12px;
	}

	.sec6 .list li a {
		width: 130px;
		line-height: 32px;
		border-radius: 16px;
		font-size: 15px;
	}

	.sec6 .fl {
		width: 100%;
		padding: 0 0px 20px;
		box-sizing: border-box;
	}

	.sec6 .fl .box {
		width: 100%;
		float: inherit;
		padding: 30px 0px 0;
	}

	.sec6 .fl .box a {
		padding: 25px 20px;
	}

	.sec6 .fl .box a b {
		font-size: 13px;
		background-size: 22px;
		padding-left: 26px;
	}

	.sec6 .fl .box a h3 {
		font-size: 16px;
		line-height: 26px;
		height: inherit;
		margin: 10px 0 8px;
	}

	.sec6 .fl .box a p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec6 .fl .box a span {
		width: 100px;
		line-height: 32px;
		margin: 10px 0;
	}

	.sec6 .fr {
		width: 100%;
		padding: 0px;
	}

	.sec6 .fr dl {
		margin-top: 20px;
		display: block;
	}

	.sec6 .fr dl dd a {
		padding: 12px 10px;
		border-left: 1px dashed #c6ceca;
	}

	.sec6 .fr dl dt {
		width: 80px;
		display: block;
		float: left;
		border-right: none;
	}

	.sec6 .fr dl dt a {
		padding: 12px 0;
	}

	.sec6 .fr dl dt strong {
		font-size: 30px;
	}

	.sec6 .fr dl dt span {
		font-size: 16px;
	}

	.sec6 .fr dl dd {
		width: auto;
		display: block;
		margin-left: 80px;
	}

	.sec6 .fr dl dd h3 {
		font-size: 16px;
		line-height: 20px;
		padding-left: 20px;
	}

	.sec6 .fr dl dd h3::before {
		width: 18px;
		height: 18px;
	}

	.sec6 .fr dl dd p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 5px;

	}

	.sec7 li {
		width: 50%;
		padding: 20px 10px 0;
	}

	.sec7 li p {
		line-height: 42px;
		font-size: 15px;
	}
}